home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / falk901.zip / CHANGES.DOC < prev    next >
Text File  |  1997-05-14  |  3KB  |  65 lines

  1. Changes made from 9.0 to 9.01
  2.  
  3. 1) Externalized the newuser logon, its not used that much so why keep
  4.    it in memory.
  5.  
  6. 2) Externalized the systems functions, once again, its not used that
  7.    much so why keep it in memory.
  8.  
  9. 3) Externalized the userlist functions, same rule as above, + changed it around
  10.    quite a bit.
  11.  
  12. 4) Created a msgcvt file for falken users to maintain thier original messages
  13.    this may or may not work for you...
  14.  
  15. 5) Fixed the bug of crashing the system with the .user command (oops)
  16.  
  17. 6) Fixed the editor's help command.
  18.  
  19. 7) Added the ability to list a letter in the editor.
  20.  
  21. 8) Change made to the .msg files are as follows..
  22.  
  23.    1) Change all the mainbbs_newuser labels to just newuser.
  24.       e.g. mainbbs_newuser_welcome becomes newuser_welcome
  25.  
  26.    2) Delete all the mainbbs_userlist labels and replace them with the
  27.       userlist_ labels out of the new .msg files.
  28.  
  29.      (See the new .msg files for syntax on the following additions)
  30.  
  31.    3) Add the label mainbbs_user_status.
  32.    4) Add the label msgbase_editor_help_menu.
  33.    5) Add the label msgbase_press_enter.
  34.    6) Add the label msgbase_editor_list_with_lines.
  35.    7) Add the label msgbase_list_from.
  36.    8) Add the label msgbase_editor_press_enter.
  37.  
  38. 9) Falken now supports auto detection of both RIP and ANSI, the users terminal
  39.    will be scanned upon connection for RIP and ANSI graphics. Original code
  40.    provided by Herb Rose in the linux version, modified to fit the DOS version
  41.    by Chris Whitacre.
  42.  
  43. 10) Added the ability to have a graphic dependant logon welcome screen, if the
  44.     user has ASCII graphics, the it will print the 'welcome.txt' file, if
  45.     the user has ANSI it prints the 'welcome.ans' file, if the user has
  46.     RIP graphics it prints the 'welcome.rip' file.
  47.  
  48. 11) Removed the dreaded back doors from falken. (All that I could find).
  49.     I hope this will ease peoples minds.
  50.  
  51. 12) Added new switches to the protocols, this is for the new filebase, there
  52.     are 2 switches to deal with now for using the .run command. The first one
  53.     is the path switch /P:<dir> (must contain the :) followed by the path to
  54.     where the file is going or is located. The second is the filename switch
  55.     /F:<name> (must contain the :) followed by the name of the file to send or
  56.     receive. e.g. '.run zmsend /f:falken90.zip /p:c:\falken\files\falken\'
  57.     will send you the file called falken90.zip from the c:\falken\files\falken
  58.     directory.
  59.  
  60. 13) Fixed the problem of the .run command while in a door, Falken will not allow
  61.     a user to do a .run command while in a door.
  62.  
  63. 14) Falken will no longer try and detect RIP graphics at logon any longer on
  64.     a local logon session, it will default to ANSI graphics.
  65.